Skip to content

Update golang:1.26-alpine Docker digest to 91eda97#4271

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/dockerfile
May 11, 2026
Merged

Update golang:1.26-alpine Docker digest to 91eda97#4271
renovate[bot] merged 1 commit into
mainfrom
renovate/dockerfile

Conversation

@renovate

@renovate renovate Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
golang stage digest f85330891eda97

Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • "after 5pm on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 4, 2026
@renovate renovate Bot enabled auto-merge (squash) May 4, 2026 22:08
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 4, 2026
@codecov

codecov Bot commented May 4, 2026

Copy link
Copy Markdown

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
2231 2 2229 203
View the top 1 failed test(s) by shortest run time
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG/Test_Supported_Mixed_Case_Table
Stack Traces | 5.02s run time
=== RUN   TestPeerFlowE2ETestSuitePG/Test_Supported_Mixed_Case_Table
=== PAUSE TestPeerFlowE2ETestSuitePG/Test_Supported_Mixed_Case_Table
=== CONT  TestPeerFlowE2ETestSuitePG/Test_Supported_Mixed_Case_Table
2026/05/08 14:42:46 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_sczno1jv.\"test_simple_schema_changes\" ORDER BY id"
2026/05/08 14:42:46 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_sczno1jv.\"test_simple_schema_changes\" ORDER BY id"
2026/05/08 14:42:46 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_10057371003658682964 CURSOR FOR SELECT id,c1 FROM e2e_test_pgchclg_sczno1jv.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/05/08 14:42:46 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_sczno1jv.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/05/08 14:42:46 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10057371003658682964
2026/05/08 14:42:46 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10057371003658682964 records=4 bytes=48 channelLen=3
2026/05/08 14:42:46 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_sczno1jv.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=3
2026/05/08 14:42:46 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10057371003658682964
2026/05/08 14:42:46 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10057371003658682964 records=0 bytes=0 channelLen=0
2026/05/08 14:42:46 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_sczno1jv.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/05/08 14:42:46 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/05/08 14:42:46 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_sczno1jv.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=0
    postgres_test.go:756: Failed to connect temporal client: failed reaching server: context deadline exceeded
    postgres.go:92: begin tearing down postgres schema pg_1742ardc
--- FAIL: TestPeerFlowE2ETestSuitePG/Test_Supported_Mixed_Case_Table (5.02s)
View the full list of 1 ❄️ flaky test(s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG

Flake rate in main: 37.50% (Passed 5 times, Failed 3 times)

Stack Traces | 0s run time
=== RUN   TestPeerFlowE2ETestSuitePG
=== PAUSE TestPeerFlowE2ETestSuitePG
=== CONT  TestPeerFlowE2ETestSuitePG
--- FAIL: TestPeerFlowE2ETestSuitePG (0.00s)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@github-actions

github-actions Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

🔄 Flaky Test Detected

Analysis: The e2e test Test_CTID_Inherited_Table failed because the PostgreSQL catalog connection was unexpectedly terminated by the server (SQLSTATE 57P01: admin_shutdown), a transient infrastructure event unrelated to code correctness.
Confidence: 0.92

✅ Automatically retrying the workflow

View workflow run

@renovate renovate Bot force-pushed the renovate/dockerfile branch from 9e5504a to 9dcb3ea Compare May 7, 2026 21:15
@renovate renovate Bot requested a review from a team as a code owner May 7, 2026 21:15
@renovate renovate Bot changed the title Update mysql Docker tag to v9.7.0 Update golang:1.26-alpine Docker digest to 91eda97 May 7, 2026
@github-actions

github-actions Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

🔄 Flaky Test Detected

Analysis: All three e2e failures are flaky-test indicators: a Temporal "context deadline exceeded" network timeout, an off-by-one row count (10 vs 11) consistent with a replication timing race, and a postgres schema teardown failure — none attributable to a code change in the failing commit.
Confidence: 0.92

✅ Automatically retrying the workflow

View workflow run

@renovate renovate Bot force-pushed the renovate/dockerfile branch 3 times, most recently from 4f78175 to b10cfa7 Compare May 8, 2026 13:44
@renovate renovate Bot force-pushed the renovate/dockerfile branch from b10cfa7 to 1413d19 Compare May 8, 2026 14:37
@github-actions

github-actions Bot commented May 8, 2026

Copy link
Copy Markdown
Contributor

🔄 Flaky Test Detected

Analysis: The e2e test Test_Supported_Mixed_Case_Table failed with "Failed to connect temporal client: failed reaching server: context deadline exceeded" — a Temporal server connectivity timeout that occurred after the suite ran for ~754s (near the 900s limit), indicating resource exhaustion rather than a code defect.
Confidence: 0.92

✅ Automatically retrying the workflow

View workflow run

@renovate renovate Bot merged commit a37ce1d into main May 11, 2026
15 of 17 checks passed
@renovate renovate Bot deleted the renovate/dockerfile branch May 11, 2026 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant